home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Przegladarki internetowe / Mozilla Seamonkey 1.0.5 pl / seamonkey-1.0.5.pl-PL.win32.installer.exe / REGUS.XPI / bin / searchplugins / google.src < prev    next >
Encoding:
Text File  |  2006-09-10  |  659 b   |  29 lines

  1. # Mozilla/Google plug-in by amitp+mozilla@google.com
  2.  
  3. <search 
  4.    name="Google"
  5.    description="Google Search"
  6.    method="GET"
  7.    action="http://www.google.com/search"
  8.    update="http://www.google.com/mozilla/google.src"
  9.    updateCheckDays=1   
  10.    queryEncoding="utf-8"
  11.    queryCharset="utf-8"
  12. >
  13.  
  14. <input name="q" user>
  15. <inputnext name="start" factor="10">
  16. <inputprev name="start" factor="10">
  17. <input name="ie" value="utf-8">
  18. <input name="oe" value="utf-8">
  19.  
  20. <interpret 
  21.     browserResultType="result" 
  22.     charset = "UTF-8"
  23.     resultListStart="<!--a-->" 
  24.     resultListEnd="<!--z-->" 
  25.     resultItemStart="<!--m-->" 
  26.     resultItemEnd="<!--n-->"
  27. >
  28. </search>
  29.